ICamCommand 介面

代表一個凸輪運動。

繼承體系

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.ICamCommand

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
public interface ICamCommand : IKsCommand
Public Interface ICamCommand Inherits IKsCommand

 

ICamCommand 介面陳列了以下成員。

屬性

 名稱說明
BufferMode定義如何融合兩方法的速度。
Master主軸的參考。
MasterOffset凸輪表中主軸位置的偏移量。
MasterScaling主軸設定檔因子(預設值 = 1.0),以從軸的角度來看,整個主軸設定檔會被乘以這個因子。
MasterValueSource定義同步的來源。
Permanent檢查馬達停用後凸輪狀態是否被保留。
SlaveOffset凸輪表中從軸位置的偏移量。
SlaveScaling從軸設定檔因子(預設值 = 1.0),整個從軸設定檔會被乘以這個因子。
StartMode軸所使用的凸輪模式。
StartParameter依照所選的起始斜坡而定,若為 camRampDistance,則開始參數為距離(單位為使用者單位);若為 camRampTime,則開始參數為時間(單位為秒)。
Table凸輪表的定義。

參見

IntervalZero.KINGSTAR.Base.Class 命名空間